home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / find_difference.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-09-05  |  184 b   |  13 lines

  1. on(release){
  2.    score += "10";
  3.    tellTarget("/boy")
  4.    {
  5.       gotoAndStop("good");
  6.       play();
  7.       tellTarget("/c10")
  8.       {
  9.          gotoAndPlay(2);
  10.       }
  11.    }
  12. }
  13.